API Documentation
FontAntiAliasingQuality.h
1 // FontAntiAliasingQuality.h
3 //
5 
6 namespace nkWinUi
7 {
12  {
13  NONE = 0,
16  } ;
17 }
nkWinUi::FONT_ANTI_ALIASING_QUALITY::NONE
@ NONE
No anti-aliasing should be used.
nkWinUi::FONT_ANTI_ALIASING_QUALITY::ANTI_ALIAS_BLEND
@ ANTI_ALIAS_BLEND
Anti-aliasing should be made using simple blending with the background color.
nkWinUi::FONT_ANTI_ALIASING_QUALITY
FONT_ANTI_ALIASING_QUALITY
Lists the available font anti-aliasing quality level supported.
Definition: FontAntiAliasingQuality.h:12
nkWinUi::FONT_ANTI_ALIASING_QUALITY::SUB_PIXEL_BLEND
@ SUB_PIXEL_BLEND
Anti-aliasing should be made using sub-pixel blending, also named ClearType.
nkWinUi
Encompasses all API of component NilkinsWinUi.
Definition: Clipboard.h:7